home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global DEBUG, zeoIdle, gPcVidSprite
- if not zeoIdle then
- if DEBUG then
- put "Pause movie"
- end if
- set the movieRate of sprite gPcVidSprite to 0
- if DEBUG then
- valueTester(tback)
- end if
- end if
- engSwitch("vidClick")
- if zeoIdle then
- if DEBUG then
- put "Play movie"
- end if
- set the movieRate of sprite gPcVidSprite to 1
- if DEBUG then
- valueTester(tback)
- end if
- end if
- end
-